CIMPLICITY Configuration REST API Web Service
CIMPLICITY Configuration REST API Web Service / All Operations Resource Group / /projects/{projectId}/resources (Get)
In This Topic
    Get/projects/{projectId}/resources
    In This Topic
    Description
    returns a list of resources in a project that satisfy the filter criteria
    Parameters
    NameDescriptionData Type
    the id of the project to look instring
    number of records to skip for paginationinteger (int32)
    maximum number of records to returninteger (int32)
    provides a wild card string to filter resources by their ResourceID.string
    a wild card string to filter the resources list by description.string
    200 Response

    The response body is of type ResourcesGetResponse.

    The collection of resources that satisfy the query.

    Overview

    ResourcesGetResponse
    The results of the resources get query.
    Resources : Array[CimResource]
    ResourceID : string
    Description : string
    EnableAlarmCounters : boolean
    Fault Responses
    FaultDescription
    This fault returns a response body of type ProblemDetails.
    project with the given id is not registered on the system
    See Also